Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-51543 | OSX8-00-02050 | SV-65753r1_rule | Low |
Description |
---|
Airdrop must be disabled. |
STIG | Date |
---|---|
Apple OS X 10.8 (Mountain Lion) Workstation STIG | 2015-02-10 |
Check Text ( C-53875r1_chk ) |
---|
To check if Airdrop has been disabled, run the following command: sudo system_profiler SPConfigurationProfileDataType | grep DisableAirDrop | awk '{ Print $3 }' | sed 's/;//' If the result is not "1", this is a finding. |
Fix Text (F-56349r1_fix) |
---|
This is enforced using a configuration profile. |